{
	"blt_version" : 2,
	"name": "GoonMod's Custom Waypoints",
	"description": "Allows players to set waypoints for themselves and friends",
	"author": "Wilko, modified and extended by TdlQ\n    thai translation by NewPJzuza\n    swedish translation by TheBreakingBenny\n    chinese translation by LR_Daring\n    spanish translation by Kilowide",
	"image" : "tdlq.dds",
	"color" : "0.52 1 0",
	"contact": "",
	"version": "49",
	"simple_update_url" : "http://pd2mods.z77.fr/update/GoonmodCustomWaypoints.zip",
	"updates": [
		{
			"identifier" : "SimpleModUpdater",
			"display_name" : "Simple Mod Updater",
			"install_folder" : "Simple Mod Updater",
			"host" : { "meta": "http://pd2mods.z77.fr/meta/SimpleModUpdater", }
		}
	],
	"pre_hooks" : [
		{
			"hook_id": "lib/managers/menumanager",
			"script_path": "lua/menumanager.lua"
		}
	],
	"hooks": [
		{
			"hook_id": "lib/network/base/basenetworksession",
			"script_path": "lua/basenetworksession.lua"
		},
		{
			"hook_id": "lib/managers/hudmanager",
			"script_path": "lua/hudmanager.lua"
		},
		{
			"hook_id" : "lib/units/props/carrydata",
			"script_path" : "lua/carrydata.lua"
		}
	]
}
